-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: new subheader prop and custom class names on ListingCard #1880
Conversation
Subheader optionally appears above the unit summary table BREAKING CHANGE: tableHeader prop moved into a new tableHeaderProps object that contains all the new header props
✔️ Deploy Preview for dev-partners-bloom ready! 🔨 Explore the source changes: 14c69fa 🔍 Inspect the deploy log: https://app.netlify.com/sites/dev-partners-bloom/deploys/614e2558f51f69000712e1ad 😎 Browse the preview: https://deploy-preview-1880--dev-partners-bloom.netlify.app |
✔️ Deploy Preview for dev-bloom ready! 🔨 Explore the source changes: 14c69fa 🔍 Inspect the deploy log: https://app.netlify.com/sites/dev-bloom/deploys/614e25587addad0008454101 😎 Browse the preview: https://deploy-preview-1880--dev-bloom.netlify.app |
✔️ Deploy Preview for dev-storybook-bloom ready! 🔨 Explore the source changes: 14c69fa 🔍 Inspect the deploy log: https://app.netlify.com/sites/dev-storybook-bloom/deploys/614e2558906f6f0008513791 😎 Browse the preview: https://deploy-preview-1880--dev-storybook-bloom.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. One thing, no biggie—the image doesn't appear to be loading on the Storybook example: https://deploy-preview-1880--dev-storybook-bloom.netlify.app/?path=/story/listing-listingcard--basic-card
Thank you! Intentional so you could see the aria but maybe that was a bad move |
Pull Request Template
Issue
Addresses #1879
Description
Allows for new optional subheader prop on ListingCard as well as optional classnames to style both headers.
Type of change
How Can This Be Tested/Reviewed?
New Storybook story
Checklist:
yarn generate:client
if I made backend changes